home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / xd-2.08 / xd-2 / xd / xd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-30  |  626 b   |  32 lines

  1. /*                              xd.h
  2.  
  3.    A C++ header file generated by cpp for xd.cc
  4.  
  5. */
  6.  
  7. #ifndef _xd_H_
  8. #define _xd_H_
  9.  
  10.  
  11. //  THERE'S NOTHING BEYOND HERE FOR YOU TO EDIT
  12.  
  13. #include "configure.h"
  14.  
  15. // Version and year are used in usage.cc only
  16.  
  17. // Enter C++ includes, etc. below the next line...
  18. #include <stdio.h>
  19. #include <stdlib.h>
  20. #include <Args.h>
  21.  
  22. #include "Command/Command.h"
  23. #include "Match/Match.h"
  24. #include "Config/Config.h"
  25. #include "Arbiter/Arbiter.h" 
  26.  
  27. void usage(Args const &args);            // give usage info
  28.  
  29. void icce_copyright(char const *function, char const *version,
  30.         char const *years, int distribution);
  31. #endif
  32.